home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / loader1.swf / scripts / frame_3 / PlaceObject2_16_20 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2012-05-21  |  315b  |  16 lines

  1. onClipEvent(enterFrame){
  2.    totalamount = _level1.getBytesTotal();
  3.    myamount = _level1.getBytesLoaded();
  4.    if(myamount == totalamount and 0 < totalamount)
  5.    {
  6.       if(meplaynow == 0)
  7.       {
  8.          meplaynow = 1;
  9.          with(_level1)
  10.          {
  11.             play();
  12.          }
  13.       }
  14.    }
  15. }
  16.